runtime.m.fastrand (field)

7 uses

	runtime (current package)
		proc.go#L808: 		mp.fastrand = uint64(lo)<<32 | uint64(hi)
		proc.go#L810: 		mp.fastrand = uint64(hi)<<32 | uint64(lo)
		runtime2.go#L544: 	fastrand      uint64
		stubs.go#L134: 		mp.fastrand += 0xa0761d6478bd642f
		stubs.go#L135: 		hi, lo := math.Mul64(mp.fastrand, mp.fastrand^0xe7037ed1a0b428db)
		stubs.go#L144: 	t := (*[2]uint32)(unsafe.Pointer(&mp.fastrand))